MindFusion.Scheduling for ASP.NET Programmer's Guide
Dictionary.set Method
See Also
 





Adds the specified key and value to the dictionary.

Namespace: MindFusion.Common
Assembly: Common.js

 Syntax

JavaScript  Copy Code

function set (key, value)

 Parameters

key

Type: Number, String, Object
The key of the element to add.

value

Type: Object
The value of the element to add.

 Remarks

If a value with this key is already present in the collection, it is replaced by the new value. The key can be a Number, a String or an Object. If other type is passed as key, exception will be thrown.

 See Also

Dictionary Members
Dictionary Class
MindFusion.Common Namespace